{% extends 'base.html' %} {% block title %}Unlock your score — {{ course.title }}{% endblock %} {% block content %}

Almost there

Enter your details to unlock your projected certification score. We may follow up with a discount code.

{% csrf_token %}
{{ form.email }} {% if form.email.errors %}
{{ form.email.errors|striptags }}
{% endif %}
{{ form.whatsapp }}
{% endblock %}